home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / CoffeCup Image Mapper++ / CoffeeCupImageMapper.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1997-10-12  |  1.6 KB  |  75 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 346
  3.   Top = 345
  4.   BorderStyle = bsNone
  5.   Caption = 'frmSplash'
  6.   ClientHeight = 232
  7.   ClientWidth = 282
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 282
  24.     Height = 232
  25.     Align = alClient
  26.     Caption = ' '
  27.     Color = clWhite
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 12
  31.       Top = 4
  32.       Width = 250
  33.       Height = 29
  34.       Alignment = taCenter
  35.       AutoSize = False
  36.       Caption = 
  37.         'This is the Unregistered Version of the CoffeeCup Image Mapper++' +
  38.         ' , for ordering please visit:'
  39.       WordWrap = True
  40.     end
  41.     object Label3: TLabel
  42.       Left = 12
  43.       Top = 32
  44.       Width = 250
  45.       Height = 13
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 'http://www.coffeecup.com/mapper'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object Image: TImage
  57.       Left = 48
  58.       Top = 52
  59.       Width = 176
  60.       Height = 132
  61.       AutoSize = True
  62.       Picture.Data = {<image000.bmp>}
  63.     end
  64.     object btnCool: TButton
  65.       Left = 104
  66.       Top = 200
  67.       Width = 75
  68.       Height = 25
  69.       Caption = 'Cool !'
  70.       TabOrder = 0
  71.       OnClick = btnCoolClick
  72.     end
  73.   end
  74. end
  75.